home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / AppleScript / TCP Config 1.0 / Read Me < prev    next >
Encoding:
Text File  |  1996-11-02  |  1019 b   |  37 lines  |  [ttro/ttxt]

  1. TCP Config OSAX
  2.  
  3. © Nigel Perry, 1996
  4.  
  5. This is a small OSAX which allows you to change the current Open Transport TCP/IP configuration from AppleScript. A sample script “Change TCP Config” is included.
  6. This is the dictionary:
  7.  
  8. TCP Config 1.0: Copyright ® 1996 Nigel Perry
  9.  
  10. TCP config: Get TCP configurations
  11.     TCP config
  12.     Result:   TCP configuration
  13.  
  14. set TCP config to: Set TCP configuration
  15.     set TCP config to  string  -- name of configuration
  16.  
  17. Class TCP configuration: A record containing the current and possible setups
  18. Properties:
  19.     current config  TCP configuration  [r/o]  -- The current configuration
  20.     available configs  TCP configuration  [r/o]  -- The available configurations
  21.  
  22. (I just spotted the ® instead of an ©, oh well I'm leaving it there!)
  23.  
  24. TCP Config costs a postcard, please send to:
  25.  
  26.     Dr Nigel Perry
  27.     Department of Computer Science
  28.     Massey University
  29.     Private Bag
  30.     Palmerston North
  31.     New Zealand
  32.  
  33. Postcards go to my son's collection.
  34.  
  35. © Nigel Perry, 1996. Email N.Perry@massey.ac.nz.
  36.  
  37.